body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #545454;
}
.home-bg{
background: url(../images/banner-images.jpg) ;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.text-yellow{
	color:#ffb300;
    font-weight: 800;
    text-transform: uppercase;
}
.section{
	padding:100px 0px;
}
.home-bg h6{
    font-size: 25px;
    letter-spacing: 6px;
    font-weight: 800;
}
.home-bg h1{
font-size: 60px;
    font-weight: 800;
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.theme-btn{
    font-size: 15px;
    color:#000;
    padding: 14px 25px;
    transition: all .5s;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    text-align: center;
    border: none;
    background: #ffb300;
    z-index: 1;
	text-decoration:none;
}
.cap_app {
    display: flex;
    width: 50%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.app_download {
    display: flex;
}
.cap_app:nth-child(1) {
    border-right: 0.05px solid #9a9a9a;
}
.app_download p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}
 .btn_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
}
.app_download .rapido_input_group {
    margin: 42px 0;
    text-align: center;
}
.rapido_input_group button {
    height: 58px;
    width: 58px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    position: relative;
    margin-top: 0;
}
.playstore {
    background: #000000;
}
.app_download .rapido_input_group label {
    color: #303030;
    margin-top: 15px;
    font-size: 16px;
    line-height: 25px;
    display: block;
}
.app_download .rapido_input_group {
    margin: 42px 0;
    text-align: center;
}
.appstore {
    background: #399bed;
}
.rapido_input_group button .customer-app-img {
    width: 70px;
}
.site-title-tagline {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color:#ffb300;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    color: #111111;
    margin-bottom: 0;
}
.site-title-tagline::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background:#ffb300;
    opacity: .2;
    left: -2px;
    bottom: 0;
}
.about-list-wrapper {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.about-list li i {
    color: #ffb300;
    font-weight: 700;
	    padding-right: 5px;
}
.about-list li {
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
    font-weight: 500;
}
.footer-bg{
	background:#000;
	padding:50px 0px;
}
.work-2-bg {
    position: relative;
    background: url(../images/bg.jpg) ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}
.work-2-bg:before{
	content: "";
    position: absolute;
    background: rgba(0,0,0,.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.padding-left{
	padding-left:34px;
}
.padding-right{
padding-right:30px!important;	
}
.contact-box.style2 {
    border: none;
}
.contact-box.style2 .contact-box_content {
    position: relative;
    background-color: #F7F4ED;
    text-align: center;
    display: block;
    z-index: 9;
    cursor: pointer;
}
.contact-box.style2 .contact-box_content:before {
    content: "";
    height: calc(100% - 0px);
    width: calc(100% - 0px);
    background-color:#ffc000;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.contact-box.style2 .contact-box_icon {
    margin-bottom: 20px;
}
.contact-box_icon i {
    font-size: 48px;
    color: #ffc000;
}
.contact-box.style2 .contact-box_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #74787c;
    margin-bottom: 10px;
}
.contact-box.style2 .contact-box_link {
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 0;
}
.contact-box_link a{
	color:#545454;
}